home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / STUTTGART / LANG / BASIC / LIB / EVENTSHELL / DOCS / DatePick < prev    next >
Text File  |  1996-04-11  |  1KB  |  49 lines

  1. This extension library should be installed using the
  2. LIBRARY command and initialised with a call to
  3. FN_shell_DatePick_Init. This call must be made AFTER
  4. PROCshell_Init has been called.
  5.  
  6. The Calendar extension library must also be
  7. loaded.
  8.  
  9. 'DatePick' is a popup dialogue box which allows
  10. the choice of a date from a calendar type
  11. display. Normally the calendar which shows the
  12. current date is opened, but any other calendar
  13. can be displayed.
  14.  
  15. --------------------------------------------------------
  16.  
  17. FNshell_DatePick_Init
  18. =>    None
  19.  
  20. <=    bool    TRUE if module initialised correctly
  21.          FALSE otherwise
  22.  
  23. --------------------------------------------------------
  24.  
  25. PROCshell_AttachPopupDatePicker()
  26. =>    int    window handle
  27.     int    icon handle
  28.     int    display icon handle
  29.     str    function to call when selection is made
  30.     str    function to call before dbox opens
  31.  
  32. Button type of icon dbox is attached to is set to 3
  33. (Click) to ensure that event is received.
  34.  
  35. Notify FN
  36. =>    str    selected date
  37.  
  38. <=    int    no meaning
  39.  
  40. PreOpen FN
  41. =>    int window handle of dbox
  42.  
  43. <=    int    no meaning
  44.  
  45. --------------------------------------------------------
  46.  
  47.  
  48.  
  49.